home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / qns310.arc / QNS.DOC < prev    next >
Text File  |  1991-04-28  |  7KB  |  135 lines

  1.  ┌──────────────────────────────────────────────────────────────────────────┐
  2.  │ QNS.DOC            Copyright 1988-1990 by Rik Brown                      │
  3.  │                                                                          │
  4.  │                    QNS v3.10 (11/27/90) information                      │
  5.  │                                                                          │
  6.  │                    QNS = Qmodem Networking Scripts                       │
  7.  └──────────────────────────────────────────────────────────────────────────┘
  8.  
  9.   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  10.     Designed to automate the exchange of messages between two PCBoard BBSs
  11.     or a PCBoard and a user. Allows the dialing of 2 different numbers in
  12.     rotation when a busy signal is reached. Allows one to reject low speed
  13.     connects, set the number of redial tries, # of connect attempts, # of
  14.     upload attempts, # of download attempts, etc. Has a built in debugging
  15.     mode, and maintains a running log of activity, plus a capture of the most
  16.     recent session for further debugging.
  17.   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  18.  
  19.   Latest versions available:
  20.  
  21.   QNS v3.10 (11/27/90) for Qmodem 4.x ■ PCBoard 14.x ■ Various mailers
  22.   QNS v3.02 (09/14/90) for RNET ■ Qmodem 4.x ■ PCBoard 14.x ■ MarkMail Door 1.x
  23.   QNS v2.00 (08/21/89) for QNET ■ Qmodem 4.x ■ PCBoard 14.x ■ Qmail Door 2.x
  24.   QNS v1.04 (12/12/88) for QNET ■ Qmodem 3.x ■ PCBoard 14.x ■ Qmail Door 2.x
  25.  
  26.   IMPORTANT NEWS FOR THIS VERSION
  27.   -------------------------------
  28.  
  29.   QNS v3.10 now reads all information for proper script execution from
  30.   configuration files. Included are configuration files for four top BBSs
  31.   and you may easily customize these or add configurations for more BBSs.
  32.  
  33.   QNS automates mail runs for sysops using RNET or PCRELAY software for
  34.   importing and exporting mail to/from the PCBoard message bases. It is
  35.   designed to operate from one's nightly event, but can be invoked anytime.
  36.  
  37.   Before setting up QNS, be sure that you are able to operate mail runs
  38.   manually without QNS. Once you are able to do so manually and thus sure
  39.   that you have all your directories set up properly for RNET or PCRELAY,
  40.   you are then ready to setup up QNS to automate mail runs for you.
  41.  
  42.   This version has been tested on my system and may or may not work on yours.
  43.   Use only at your own risk. I hope you will find it useful. It is copyrighted
  44.   code, but sysops and BBS users are allowed non-commercial PERSONAL usage.
  45.  
  46.   It is written with the Hayes ULTRA v.32 modem in mind. Qmodem itself
  47.   initializes the modem per your Qmodem set up. QNS requires a registered
  48.   version of DSZ Zmodem protocol for error handling. DSZ.COM should exist
  49.   in a directory which is included anywhere in your DOS path.
  50.  
  51.   SET UP
  52.   ------
  53.  
  54.   I'll try to keep this as simple as possible. If you have any questions,
  55.   please leave me a message in the main board area of TRAVEL ONLINE BBS:
  56.  
  57.       (314) 973-4073  ST. LOUIS CITY & COUNTY, MO (PC-PURSUIT) 9600 V.32
  58.       (314) 625-4054  ST. CHARLES COUNTY, MO      (CONTEL)     9600 V.32
  59.  
  60.   (1) Copy the following three batch files to a directory in your DOS path:
  61.  
  62.       QNS.BAT      Main calling batch file to operate QNS
  63.       QNSRZ.BAT    Batch file to call DSZ Zmodem receives
  64.       QNSSZ.BAT    Batch file to call DSZ Zmodem sends
  65.  
  66.   (2) Using an ASCII text editor, carefully go through each line of QNS.BAT
  67.       and edit the DRIVE and DIRECTORY specifications to match your own
  68.       locations. You may first want to invoke this batch file without
  69.       parameters to see a list of command line parameters.
  70.  
  71.       The QNSRZ.BAT and the QNSSZ.BAT files call DSZ and reads the errorlevel
  72.       passed for the DSZ exit code when transferring mail packets. These two
  73.       batch files are coded for Zmodem per my DSZ command line.
  74.  
  75.       You may wish to examine the first line of these two batch files and
  76.       make any alterations to it except to the %1\%2 in the DSZ command line
  77.       which is required. You must have a registered version of DSZ for these
  78.       to work.
  79.  
  80.   (3) Copy the Q-*.* scripts to your Qmodem script directory:
  81.  
  82.       Q-SETUP.CMD     <- Note this script ending in *.CMD
  83.       Q-LOGON.SCR
  84.       Q-QM3.SCR
  85.       Q-QM4.SCR
  86.       Q-MM1.SCR
  87.       Q-RELAY.SCR
  88.       Q-FINISH.SCR
  89.       Q-LOGOFF.SCR
  90.  
  91.       These scripts should not be edited. All editable information is
  92.       contained in the configuration files mentioned below.
  93.  
  94.   (4) Copy the following four configuration files to your Qmodem script
  95.       directory:
  96.  
  97.       MIDI     Sound Management   (IL)   PC-RELAY 4.xx
  98.       MUSIC    The Sound of Music (NY)   MARKMAIL 1.xx / RNET
  99.       SALTAIR  Salt Air BBS       (UT)   QMAIL    4.xx / RNET
  100.       TRAVEL   Travel Online      (MO)   QMAIL    3.xx / RNET
  101.  
  102.   (5) Customize each configfile using an ASCII text editor to personalize
  103.       the lines containing your NAME, PASSWORD, etc. IMPORTANT: Adjust the
  104.       first line to indicate the door script you will be using:
  105.  
  106.       Q-MM1.SCR for the Markmail 1.x door
  107.       Q-QM3.SCR for the Qmail 3.x door
  108.       Q-QM4.SCR for the Qmail 4.x door
  109.       Q-RELAY   for the PC-Relay 4.x door
  110.  
  111.       You may wish to check the BBS phone numbers to be dialed to make
  112.       sure they are on the bank of lines you usually call.
  113.  
  114.       You may use the DOS COPY command to create a new configuration file
  115.       with a unique name. IMPORTANT: Whatever name you assign to a new
  116.       config file must be reflected in the proper line of the QNS.BAT file.
  117.  
  118.       Be sure to check each ODD numbered (1,3,5,etc.) line for compatability
  119.       with your set up. Each one of these lines is utilized by the script.
  120.  
  121.       There is no error checking to make sure you have placed the proper
  122.       information on each line. So please be careful as proper information
  123.       must be passed to the script for proper execution.
  124.  
  125.       The even numbered (2,4,6,etc.) comment lines are included for easy
  126.       reference as to what must be filled in above. The comment lines do not
  127.       contain information utilized by the script but they must remain as they
  128.       are counted by the script as a buffer between the ODD configuration
  129.       lines.
  130.  
  131.       Hopefully, that should cover it all. If you have any problems or
  132.       suggestions, let me know.
  133.  
  134.                      Rik Brown -- Sysop -- Travel Online
  135.